home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1998 July
/
EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso
/
earcd
/
phase5
/
ppcrelease
/
examples
/
time_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-02-21
|
212b
|
10 lines
#ifndef TIMER_PROTOS_H
#define TIMER_PROTOS_H
void* __regargs TimerCreateObject(void);
void __regargs TimerDeleteObject(void*);
void __regargs TimerShow(void*);
BOOL __regargs TimerSetAttr(void*,ULONG);
#endif